home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / win_utl1 / cron18.zip / LOGMSG.TXT < prev    next >
Text File  |  1996-06-17  |  1KB  |  32 lines

  1. LOGMSG.EXE - A message log command line utility for DOS. 
  2.  
  3. Usage:
  4.     >LOGMSG Message text
  5.  
  6. The LOGMSG command is a general purpose DOS utility for adding date
  7. and time stamped messaged to a log file.  "Message text" is echoed to
  8. the standard output device with a date and time stamp attached.  This
  9. output can be redirected to a file as follows:
  10.  
  11.     >LOGMSG Message that overwrites a file. > MSGLOG.TXT
  12.         or
  13.     >LOGMSG Message that is appended to a file. >> MSGLOG.TXT
  14.  
  15. Note the use of a single '>' symbol to overwrite the destination file
  16. and the double '>>' symbols to append the text to an existing file.
  17. When the latter form is used, the file will be created if it does not
  18. already exist.
  19.  
  20. This utility was specifically written for Cron the Clock Daemon. When 
  21. Cron executes a DOS batch file, it is able to log the start of the event
  22. but has no way to know when the job is completed. Using LOGMSG, the
  23. batch file can append a "Completed" message and/or progress messages to
  24. the CRONLOG.TXT file, if this level of tracking is desired.
  25.  
  26. LOGMSG is distributed by Software Engineering, Inc. with Cron the Clock
  27. Daemon. It may not be re-distributed unless accompanied by the Cron
  28. program and its associated files.
  29.  
  30. Copyright (c) 1994-1996, Software Engineering, Inc.
  31. All rights reserved.
  32.